summaryrefslogtreecommitdiff
path: root/docs/issues
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2010-10-29 19:50:51 -0500
committerBryan Bishop <kanzure@gmail.com>2010-10-29 19:50:51 -0500
commite6738da715d990092fd11258d1f0a1520cb45ff2 (patch)
tree86f45306674dc681a24ea1ba188957fff66eec86 /docs/issues
parent27a622d8691f16b82b0afae69f9f4fedd15fe6a3 (diff)
downloadpiny-code-e6738da715d990092fd11258d1f0a1520cb45ff2.tar.gz
piny-code-e6738da715d990092fd11258d1f0a1520cb45ff2.zip
Moved issues/ into docs/issues/
Diffstat (limited to 'docs/issues')
-rw-r--r--docs/issues/cgit_now_supports_per_directory_configuration.mdwn17
-rw-r--r--docs/issues/debian_packaging_concerns.mdwn42
-rw-r--r--docs/issues/not_tracking_templates.mdwn9
-rw-r--r--docs/issues/plain_git_repository_hosting_needed.mdwn10
-rw-r--r--docs/issues/shared_underlay.mdwn13
-rw-r--r--docs/issues/wmd.mdwn12
6 files changed, 103 insertions, 0 deletions
diff --git a/docs/issues/cgit_now_supports_per_directory_configuration.mdwn b/docs/issues/cgit_now_supports_per_directory_configuration.mdwn
new file mode 100644
index 0000000..380981a
--- /dev/null
+++ b/docs/issues/cgit_now_supports_per_directory_configuration.mdwn
@@ -0,0 +1,17 @@
+* Status: [[!taglink closed]] <!-- Choose one: open, closed -->
+* Assigned to: [[!taglink jrayhawk]] <!-- Choose one or more: jrayhawk, jblake -->
+* Priority: [[!taglink now]] <!-- Choose one: now, soon, later -->
+* Opened by: jrayhawk
+
+### Discussion
+
+On Tue, Oct 06, 2009 at 11:40:11AM +0200, Lars Hjemli wrote:
+> If you want auto-discovery of repositories similar to gitweb, the
+> 'scan-path' option will automatically include $GITDIR/cgitrc for each
+> repository.
+
+do this instead of the current goofy cgitrc.d thing we got going now.
+
+### jrayhawk 20101029
+
+We've moved over to just inferring paths and using the gitweb.owner variable, now.
diff --git a/docs/issues/debian_packaging_concerns.mdwn b/docs/issues/debian_packaging_concerns.mdwn
new file mode 100644
index 0000000..aca7000
--- /dev/null
+++ b/docs/issues/debian_packaging_concerns.mdwn
@@ -0,0 +1,42 @@
+* Status: [[!taglink open]] <!-- Choose one: open, closed -->
+* Assigned to: [[!taglink jrayhawk]] <!-- Choose one or more: jrayhawk, jblake -->
+* Priority: [[!taglink now]] <!-- Choose one: now, soon, later -->
+* Opened by: jrayhawk
+
+### Discussion
+
+There are a variety of things that wind up needing to be manually handled outside of the package installation in order to get piny working. It would be nice to correct all these.
+
+* /etc/piny.conf
+* /etc/sudoers.d/pinyadmin
+* /etc/sv/git-daemon/run
+ * --base-path=/var/cache /var/cache/git is not a very good place at all; what do we do about that?
+* /srv/rbin
+* mkdir /srv/git
+* mkdir /etc/piny
+* mkdir /etc/apache2/piny-available
+* mkdir /etc/apache2/piny-enabled
+* mkdir /srv/www/$ikiwiki_destdir/repos
+* mkdir /etc/ikiwiki/wikilist.d
+* lots of /etc/cgitrc changes
+* mkdir /srv/www/$ikiwiki_destdir/static
+* ln /usr/share/cgit/cgit.css /srv/www/$ikiwiki_destdir/static
+* ln /usr/share/cgit/logo.png /srv/www/$ikiwiki_destdir/static
+* /srv/git-template.git
+* change GROUP to shadow in /etc/apache2/envvars
+
+* dependencies
+ * cgit
+ * libyaml-tiny-perl
+ * gcc
+ * libc6-dev
+ * dvipng
+ * texlive-science
+ * graphviz
+ * perlmagick
+ * libcgi-formbuilder-perl
+ * git-daemon-run
+ * apache2
+ * libapache2-mod-auth-sys-group
+ * libapache2-mod-auth-pam
+
diff --git a/docs/issues/not_tracking_templates.mdwn b/docs/issues/not_tracking_templates.mdwn
new file mode 100644
index 0000000..f745e2f
--- /dev/null
+++ b/docs/issues/not_tracking_templates.mdwn
@@ -0,0 +1,9 @@
+* Status: [[!taglink closed]] <!-- Choose one: open, closed -->
+* Assigned to: [[!taglink jrayhawk]] <!-- Choose one or more: jrayhawk, jblake -->
+* Priority: [[!taglink now]] <!-- Choose one: now, soon, later -->
+* Opened by: jrayhawk
+
+### Discussion
+
+A bunch of the templates need to be removed; Joey added an 'add_templates' option that allows us to do nested fallback.
+
diff --git a/docs/issues/plain_git_repository_hosting_needed.mdwn b/docs/issues/plain_git_repository_hosting_needed.mdwn
new file mode 100644
index 0000000..8bcb64b
--- /dev/null
+++ b/docs/issues/plain_git_repository_hosting_needed.mdwn
@@ -0,0 +1,10 @@
+* Status: [[!taglink open]] <!-- Choose one: open, closed -->
+* Assigned to: [[!taglink jblake]] <!-- Choose one or more: jrayhawk, jblake -->
+* Priority: [[!taglink now]] <!-- Choose one: now, soon, later -->
+* Opened by: jrayhawk
+
+### Discussion
+
+We really badly need to be able to host simple non-ikiwiki git repos; it'd probably be best to do so without invoking the ikiwiki engine.
+
+This should be doable through both newrepo and pinyconfig
diff --git a/docs/issues/shared_underlay.mdwn b/docs/issues/shared_underlay.mdwn
new file mode 100644
index 0000000..82901c7
--- /dev/null
+++ b/docs/issues/shared_underlay.mdwn
@@ -0,0 +1,13 @@
+* Status: [[!taglink open]] <!-- Choose one: open, closed -->
+* Assigned to: [[!taglink jrayhawk]] <!-- Choose one or more: jrayhawk, jblake -->
+* Priority: [[!taglink now]] <!-- Choose one: now, soon, later -->
+* Opened by: jrayhawk
+
+### Discussion
+
+The 'piny-shared' unified underlay repository causes problems with things like the FormattingHelp link in the editpage. These are difficult to correct.
+
+Solutions:
+
+* Deunify the underlay repository, then use vserver piny hashify to unify storage. Not sure this is a good idea if I want to migrate to LXC.
+* Get Joey or Josh to make provisions for my usage model.
diff --git a/docs/issues/wmd.mdwn b/docs/issues/wmd.mdwn
new file mode 100644
index 0000000..f126b80
--- /dev/null
+++ b/docs/issues/wmd.mdwn
@@ -0,0 +1,12 @@
+* Status: [[!taglink open]] <!-- Choose one: open, closed -->
+* Assigned to: [[!taglink jrayhawk]] <!-- Choose one or more: jrayhawk, jblake -->
+* Priority: [[!taglink soon]] <!-- Choose one: now, soon, later -->
+* Opened by: jrayhawk
+
+### Discussion
+
+Get wmd working
+
+Also get wmd splitscreen working
+
+It would be nice if something freely redistributable came along.