From 9abf7f5fd9411c5fc6087ff3390013f137e7899d Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 14 Apr 2007 21:19:25 +0000 Subject: [PATCH] change links to ikiwiki.info to use new page layout (redirections are in place for the old layout) --- ...ith_closures_for_values__41___in_ikiwiki.setup.mdwn | 2 +- doc/shortcuts.mdwn | 2 +- doc/soc/application.mdwn | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/patchqueue/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn b/doc/patchqueue/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn index 0fd715642..7e144bc88 100644 --- a/doc/patchqueue/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn +++ b/doc/patchqueue/varioki_--_add_template_variables___40__with_closures_for_values__41___in_ikiwiki.setup.mdwn @@ -9,7 +9,7 @@ This plugin hooks itsef into the "pagetemplate" hook, and adds parameters to the ’toplvl’ => ’sub {return $page eq "index"}’ }, -For every key in the configured hash, the corresponding value is evaluated. Based on whether the value was a stringified scalar, code, array, or hash, the value of the template parameter is generated on the fly. The available variables are whatever is available to "pagetemplate" hook scripts, namely, $page, $destpage, and $template. Additionally, the global variables and functions as defined in the Ikiwiki documentation () may be used. +For every key in the configured hash, the corresponding value is evaluated. Based on whether the value was a stringified scalar, code, array, or hash, the value of the template parameter is generated on the fly. The available variables are whatever is available to "pagetemplate" hook scripts, namely, $page, $destpage, and $template. Additionally, the global variables and functions as defined in the Ikiwiki documentation () may be used. ManojSrivastava diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index c21d9d070..308d093bc 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -19,7 +19,7 @@ This page controls what shortcut links the wiki supports. * [[shortcut name=cpan url="http://search.cpan.org/search?mode=dist&query=%s"]] * [[shortcut name=ctan url="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s"]] * [[shortcut name=hoogle url="http://haskell.org/hoogle/?q=%s"]] -* [[shortcut name=iki url="http://ikiwiki.info/%s.html"]] +* [[shortcut name=iki url="http://ikiwiki.info/%s/"]] * [[shortcut name=ljuser url="http://%s.livejournal.com/"]] * [[shortcut name=rfc url="http://www.ietf.org/rfc/rfc%s.txt"]] * [[shortcut name=c2 url="http://c2.com/cgi/wiki?%s"]] diff --git a/doc/soc/application.mdwn b/doc/soc/application.mdwn index df23eb4df..635ca755c 100644 --- a/doc/soc/application.mdwn +++ b/doc/soc/application.mdwn @@ -34,11 +34,13 @@ Based on ["What should a mentoring organization application look like?"](http:// 6. **What license does your project use?** - ikiwiki uses the GNU General Public License. The basewiki, incorporated into users' wikis, uses an all-permissive license. See for details. + ikiwiki uses the GNU General Public License. The basewiki, + incorporated into users' wikis, uses an all-permissive license. See + for details. 7. **What is the URL for your ideas page?** - + 8. **What is the main development mailing list for your organization?** @@ -83,7 +85,7 @@ Based on ["What should a mentoring organization application look like?"](http:// 16. **What steps will you take to encourage students to interact with your project's community before, during and after the program?** - Before the program, we will encourage any students interested in working on ikiwiki to contact us. We will advise them to create an account on the ikiwiki ikiwiki, look over the TODO items (), add ideas of their own, and discuss existing ideas. We will also help them set up their own ikiwikis, both for experimentation and for actual use. We will suggest that students begin looking at the ikiwiki codebase and asking questions. + Before the program, we will encourage any students interested in working on ikiwiki to contact us. We will advise them to create an account on the ikiwiki ikiwiki, look over the TODO items (), add ideas of their own, and discuss existing ideas. We will also help them set up their own ikiwikis, both for experimentation and for actual use. We will suggest that students begin looking at the ikiwiki codebase and asking questions. During the program, we would like all students working on projects to create a user page with an activity blog, and update that blog regularly with the status of their project. We also plan to aggregate these blogs into a single Summer of Code newsfeed, and suggest that students subscribe to this feed; this will allow them to observe the activity of their fellow students, to spur each other forward and help each other along the way. We plan to accept incremental patches towards a feature, or support students who wish to create their own branch. @@ -91,4 +93,4 @@ Based on ["What should a mentoring organization application look like?"](http:// 17. **What will you do to ensure that your accepted students stick with the project after GSoC concludes?** - Near the conclusion of GSoC, we will talk to each student about their future plans regarding ikiwiki. During the program, we will help the students set up their own ikiwikis if they have not already done so, and encourage them to use those ikiwikis to maintain a weblog, maintain their personal website, keep a TODO list, or do any of the other tasks ikiwiki proves useful for. We plan to encourage the students to remain active developers by helping them become active and interested users, and thus giving them a personal stake in the ongoing development of ikiwiki. \ No newline at end of file + Near the conclusion of GSoC, we will talk to each student about their future plans regarding ikiwiki. During the program, we will help the students set up their own ikiwikis if they have not already done so, and encourage them to use those ikiwikis to maintain a weblog, maintain their personal website, keep a TODO list, or do any of the other tasks ikiwiki proves useful for. We plan to encourage the students to remain active developers by helping them become active and interested users, and thus giving them a personal stake in the ongoing development of ikiwiki. -- 2.32.0.93.g670b81a890