simonraven
2dafc7d1f6
2009-07-27 05:49:59 -04:00
simonraven
b25554042e
2009-07-27 05:42:04 -04:00
Joey Hess
0193298177
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-07-27 09:35:49 +02:00
Joey Hess
31865519fd
merged
2009-07-27 09:34:46 +02:00
http://schmonz.livejournal.com/
4b80bb5f9c
more data
2009-07-27 00:25:37 -04:00
http://schmonz.livejournal.com/
2774c0a061
CVS work in progress, debugging help appreciated
2009-07-27 00:19:39 -04:00
http://www.cse.unsw.edu.au/~willu/
58189f90a8
Changes look good to me.
2009-07-26 22:54:00 -04:00
http://smcv.pseudorandom.co.uk/
f5b676bfcc
.gitignore merge request
2009-07-26 15:42:36 -04:00
Simon McVittie
13de81ffbb
Link to my amended version of Will's plugin
2009-07-26 17:15:01 +01:00
http://smcv.pseudorandom.co.uk/
0c04985c07
Similar request
2009-07-26 08:56:39 -04:00
http://smcv.pseudorandom.co.uk/
3c5bb5a01b
The 404 plugin also closes an old wishlist item
2009-07-26 08:36:31 -04:00
http://smcv.pseudorandom.co.uk/
5129b461ab
is this in fact WONTFIX?
2009-07-26 08:31:34 -04:00
http://smcv.pseudorandom.co.uk/
e484061c96
See also
2009-07-26 08:27:02 -04:00
http://smcv.pseudorandom.co.uk/
fc18de040c
Reference a potentially-useful Perl module
2009-07-26 08:05:36 -04:00
http://smcv.pseudorandom.co.uk/
5a4e90468c
Reference another todo item
2009-07-26 07:56:50 -04:00
http://smcv.pseudorandom.co.uk/
4be57f2465
pass on Joey's comments from another page
2009-07-26 07:53:52 -04:00
http://smcv.pseudorandom.co.uk/
fd62f3c0eb
maybe postform and inline need separating?
2009-07-26 07:47:03 -04:00
http://smcv.pseudorandom.co.uk/
d3cbbfbc96
Fix wtf-8, link to similar todo items, mark Joey's thoughts as such
2009-07-26 07:36:53 -04:00
http://smcv.pseudorandom.co.uk/
a1d31e6db2
plugins/contrib/album will also want attachment uploads into an underlay
2009-07-26 07:23:05 -04:00
http://smcv.pseudorandom.co.uk/
a722a85507
internal pages are already matched specially...
2009-07-26 07:03:32 -04:00
http://smcv.pseudorandom.co.uk/
ea30193af2
html5: reference git branch via template
2009-07-26 06:55:41 -04:00
http://smcv.pseudorandom.co.uk/
d8c5e4ab38
you don't need to copy all the templates, only page.tmpl
2009-07-26 06:48:03 -04:00
http://schmonz.livejournal.com/
6f88e3631e
fix typo
2009-07-26 05:40:58 -04:00
http://schmonz.livejournal.com/
1896b8bccb
spelling
2009-07-25 19:38:19 -04:00
Simon McVittie
c2215feedd
New branch based on optimize-pagespecs: remove pagespec_merge
2009-07-25 20:46:03 +01:00
Simon McVittie
d2633aad3e
Link my inline-pagenames branch
2009-07-25 20:39:20 +01:00
Simon McVittie
58bce14496
I now have a git branch with harishcm's [[!map]] bugfix. If I was a reviewer, I'd approve it
2009-07-25 20:28:54 +01:00
Simon McVittie
f237ea1b9a
Add [[!template id=gitbranch]] for things available from git, and use it
...
The uses are somewhat biased towards my own branches, because I know
where to find them and what they do :-) but I've tagged some other
people's as well.
2009-07-25 19:55:22 +01:00
http://smcv.pseudorandom.co.uk/
18a58135fc
Fix syntax, remove duplicate entry for Jon's repository
2009-07-25 14:11:08 -04:00
http://smcv.pseudorandom.co.uk/
03f567ba77
Add all the forks on github, except gmcmanus' which was already there
2009-07-25 14:03:40 -04:00
Joey Hess
0d92055b64
remove ion
2009-07-22 17:28:06 +02:00
Joey Hess
62dd02aa79
oddity
2009-07-21 13:21:16 +02:00
Joey Hess
d1b316dc05
add a warning
2009-07-21 13:07:49 +02:00
Jon Dowland
c28c7846b4
Merge branch 'master' of git://git.ikiwiki.info
2009-07-21 11:45:29 +01:00
Jon Dowland
ddd55037d4
some thoughts in the wake of a spam attack
2009-07-21 11:44:52 +01:00
Joey Hess
8effd48854
one issue with basewiki translations
2009-07-21 12:43:48 +02:00
Joey Hess
eca2dbe67f
po: Add support for mo files in underlays
...
In order to support translated basewiki and other underlays, we need
support for mo files in underlays.
The code did not allow this before, because if a mo file was in an
underlay, then it might try to update it, and its pot, and write to the
underlay, which is guaranteed to either fail due to permissions, or be
undesirable.
To fix, my approach is to just detect if a mo or pot file that is about to
be updated is in an underlay, and skip updating it. This seems to work
well:
- If the mo is out of date in the underlay, it won't get updated, but this
would probably be due to a problem in the underlay, or more likely,
the wiki is being rebuilt and so it *thinks* the mo is out of date,
but it's really not (and it would be a waste of time to rebuild it
anyway).
- If a page from the basewiki is edited, it is saved to the srcdir,
which causes generation of an updated mo and pot also in the srcdir;
the underlay stops being used for that page, and everything seems
to work.
Note that I am not including an underlay search directory for pot files.
They *seem* to be unnecessary for the underlay, since the mo files
in there never need to be updated.
2009-07-21 11:31:51 +02:00
harishcm
4954ffb558
2009-07-21 00:33:23 -04:00
harishcm
7d682ef4c2
patch overcoming the issue of <ul> with no <li>
2009-07-21 00:29:42 -04:00
http://smcv.pseudorandom.co.uk/
6463fe7a6b
link to alternative patch
2009-07-20 11:19:46 -04:00
http://smcv.pseudorandom.co.uk/
f900e84416
link to existing bug
2009-07-20 11:16:45 -04:00
harishcm
3fef1fbd0d
Issue with ul and div tag closure when returning empty map
2009-07-20 10:40:29 -04:00
harishcm
9fb0d03c5a
2009-07-20 10:29:39 -04:00
http://jmtd.livejournal.com/
bfe1961e1d
how to achieve this by modifying your templates
2009-07-20 10:03:50 -04:00
Joey Hess
a7b813182d
build translated underlays for use with non-English wikis
2009-07-20 07:20:13 +02:00
Joey Hess
741c33576e
create translated underlays in mdwn format
...
These are for use by wikis where the primary language is not English.
On such a wiki, it makes sense to use an underlay has the source for pages
in the native language.
2009-07-20 06:23:33 +02:00
Joey Hess
7d56f17891
more thoughts on underlays
2009-07-20 04:54:25 +02:00
Joey Hess
3f517fa143
note branch name
2009-07-20 04:49:16 +02:00
Joey Hess
3bfeb51cf5
add jonas's git repo
2009-07-20 04:46:20 +02:00
Jonas Smedegaard
65aa071f97
Update with Git URL for danish l10n.
2009-07-20 01:22:55 +02:00
Joey Hess
7865433d8e
update, think I have the real bug this time
2009-07-20 00:11:56 +02:00
Joey Hess
a7e5541c4d
%links dedup bug?
2009-07-19 23:55:58 +02:00
Joey Hess
54280d0215
bad po plugin bug
2009-07-19 23:01:43 +02:00
http://smcv.pseudorandom.co.uk/
8be86ce596
Use a link that will work on other wikis
2009-07-19 15:17:17 -04:00
http://smcv.pseudorandom.co.uk/
834b6ef44c
meta language vs po language...
2009-07-19 15:13:47 -04:00
Jonas Smedegaard
95b46a9167
Consistency nitpicking in docs: lowercase in attachment and po lists
2009-07-19 21:05:12 +02:00
Jonas Smedegaard
ab33e64e90
Consistency nitpicking in docs: Use third tense in pagespec list
2009-07-19 21:02:49 +02:00
Jonas Smedegaard
98e4600fe1
Consistency nitpicking in docs: Note: → Note that
2009-07-19 20:46:29 +02:00
Jonas Smedegaard
cccd4e101a
Merge branch 'master' of git://git.ikiwiki.info
2009-07-19 20:21:16 +02:00
Jonas Smedegaard
adee74a67b
Improve wording of tagged() docs
2009-07-19 20:18:25 +02:00
Joey Hess
1a4750b76b
language display order
2009-07-19 18:27:20 +02:00
Joey Hess
43e5c905cb
shut up msgmerge
2009-07-19 16:54:03 +02:00
Joey Hess
7f134d77d3
update
2009-07-19 15:01:00 +02:00
Joey Hess
06b54358ed
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-07-19 14:54:38 +02:00
Joey Hess
f08bd11f42
rename
2009-07-19 14:54:15 +02:00
http://hendry.iki.fi/
74df788ca4
typos
2009-07-19 08:47:57 -04:00
http://hendry.iki.fi/
aeefbbff3b
scrubber needs updating
2009-07-19 08:45:37 -04:00
Joey Hess
ae4837bb3d
add basewikipo po file generation thing
2009-07-19 14:16:21 +02:00
Joey Hess
4d166acccb
new minor bug
2009-07-19 13:58:15 +02:00
Joey Hess
ea8c166a05
bugfix: Avoid generating po files for files that are not httmlizable
2009-07-19 13:46:10 +02:00
Joey Hess
f5d7d2f02d
add a bug
2009-07-19 13:42:27 +02:00
Joey Hess
b62dc0a3d8
s/castellano/español/
2009-07-19 13:06:47 +02:00
Joey Hess
9ec492ccd1
move robustness tests section to discussion
2009-07-19 13:04:09 +02:00
Joey Hess
cacff24bcd
fix header
2009-07-19 13:00:51 +02:00
Joey Hess
0da85e50e6
comment
2009-07-19 12:57:32 +02:00
Joey Hess
a6dabc247f
fix link
2009-07-19 12:51:15 +02:00
Joey Hess
906c64d7d1
move contrib/po to po/discussion
2009-07-19 12:45:42 +02:00
Joey Hess
ec965fc92c
Merge branch 'master' into po
...
Conflicts:
debian/changelog
2009-07-19 12:36:01 +02:00
tumashu
fa2c3a3dba
add chinese test
2009-07-19 01:08:23 -04:00
tumashu
2ea4b9e678
Add tumashu's page url
2009-07-19 00:46:39 -04:00
http://smcv.pseudorandom.co.uk/
ff37548bbd
I think this whole page is now [[done]]?
2009-07-18 15:40:12 -04:00
http://smcv.pseudorandom.co.uk/
398e6eec21
2009-07-18 13:53:29 -04:00
http://smcv.pseudorandom.co.uk/
c4c2683814
mention plugins/contrib/trail
2009-07-18 13:49:53 -04:00
http://smcv.pseudorandom.co.uk/
2f573cf515
New plugin for review
2009-07-18 13:46:55 -04:00
http://smcv.pseudorandom.co.uk/
03d8ee0c61
Compare with [[todo/allow_site-wide_meta_definitions]]
2009-07-18 10:08:19 -04:00
http://smcv.pseudorandom.co.uk/
87eb384bb3
Fix escaping-via-indentation of example
2009-07-18 09:47:03 -04:00
Simon McVittie
6680572dad
oops, remove duplicate
2009-07-18 13:30:30 +01:00
Simon McVittie
bf2bf18a79
Advertise my 'among' branch for review
2009-07-18 13:29:24 +01:00
Simon McVittie
900d428e5f
Some more attempts to review patches
2009-07-18 13:08:13 +01:00
Simon McVittie
d2b1264546
Tag patches with the plugin to which they apply, or core
2009-07-18 13:06:04 +01:00
Simon McVittie
fe88c81562
Try to help with some code review
2009-07-17 20:36:08 +01:00
Simon McVittie
acb79b5c00
pagestats: add `among` parameter, which only counts links from specified pages
2009-07-17 11:12:55 +01:00
Joey Hess
f07bb9b48b
add news item for ikiwiki 3.14159
2009-07-16 14:46:50 -04:00
http://adam.shand.net/
295a9e11cd
2009-07-15 06:14:31 -04:00
http://pdwhittaker.myopenid.com/
8c4800b55d
Trim previous "bug" report
2009-07-13 16:28:31 -04:00
http://geoffrey.wu.myopenid.com/
546a6286f1
2009-07-13 06:30:21 -04:00
https://launchpad.net/~ssm
934b507360
link change for debian popcon
2009-07-13 05:14:17 -04:00
http://geoffrey.wu.myopenid.com/
354c8d424d
2009-07-13 05:01:09 -04:00
Joey Hess
a41a12ab9a
response
2009-07-12 21:32:24 -04:00
Joey Hess
95590417cf
response
2009-07-12 21:27:50 -04:00
http://pdwhittaker.myopenid.com/
1eda850d12
Found fix to problem under boa, added details and request for etiquette guidance.
2009-07-12 18:31:35 -04:00
http://jmtd.livejournal.com/
de754113b5
clarify which map I mena
2009-07-12 17:58:36 -04:00
http://jmtd.livejournal.com/
fe45beae71
response - you are correct, ULs require >= 1 LI children
2009-07-12 17:57:19 -04:00
http://pdwhittaker.myopenid.com/
15e61fe2a7
Add more detail to problem with ikiwiki under boa.
2009-07-12 17:07:16 -04:00
http://pdwhittaker.myopenid.com/
78ab937dbf
Details of oddness under boa
2009-07-12 16:31:09 -04:00
aldebrn
759becd40c
2009-07-12 02:44:14 -04:00
aldebrn
6b009c4041
2009-07-12 01:28:27 -04:00
aldebrn
0e6ac3d45e
Prerequisite modules not found for non-root user
2009-07-12 01:18:46 -04:00
Joey Hess
b9f4708f68
Move OpenID pretty-printing from openid plugin to core (smcv)
2009-07-11 15:56:02 -04:00
Joey Hess
d5be42a091
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-07-11 00:33:32 -04:00
Joey Hess
b1b7a2100f
img: Pass the align parameter through to the generated img tag.
2009-07-11 00:33:19 -04:00
Simon McVittie
a13038458f
attempt to clear up the bugs list a bit
2009-07-10 19:21:02 +01:00
Simon McVittie
f58b5c798a
dependency inheritance considered scary, although my branch might help
2009-07-10 19:08:38 +01:00
smcv@
1c614914cc
Close bug (joeyh merged my patch), split out feature request, provide alternative patch
2009-07-10 18:58:08 +01:00
http://adam.shand.net/
78b6a8cc76
2009-07-10 01:19:40 -04:00
http://lj.rossia.org/users/imz/
3054f1916e
minor: fixed a wikilink.
2009-07-09 19:41:13 -04:00
Joey Hess
0c6a47e9e4
svn: Fix rcs_rename to properly scope call to dirname.
2009-07-08 13:13:23 -04:00
Joey Hess
499c807ea7
response
2009-07-08 13:08:52 -04:00
Djoume
98ae5a15da
added web file rename when using svn bug
2009-07-08 12:46:47 -04:00
http://adam.shand.net/
bdc5b9c844
2009-07-08 02:59:00 -04:00
Joey Hess
bc5854a583
add news item for ikiwiki 3.1415
2009-07-07 16:39:15 -04:00
Djoume
f7f4353f14
fixed formatting
2009-07-07 14:44:17 -04:00
Djoume
fe7b5b2405
added neted raw included inlines bug.
2009-07-07 13:49:50 -04:00
Joey Hess
272ec59293
I was wrong about it being broken for me.
2009-07-07 13:40:53 -04:00
Joey Hess
df6430afae
response
2009-07-07 13:40:17 -04:00
Joey Hess
f35f7358e0
response
2009-07-07 13:35:24 -04:00
http://adam.shand.net/
24f22973f0
2009-07-07 07:19:22 -04:00
http://kaizer.se/
cb151da233
rst support for WikiLinks via native syntax (syntax tweak)
2009-07-04 03:52:58 -04:00
http://kaizer.se/
e96f28a31e
rst support for WikiLinks via native syntax
2009-07-04 03:50:50 -04:00
https://stanberka.myopenid.com/
c3b066b062
2009-07-02 18:15:52 -04:00
http://kaizer.se/
0c15865aee
>> fair enough, I think I can get converted to a warped time perspective. --ulrik
2009-07-02 14:19:35 -04:00
Joey Hess
c4978bfb31
response
2009-07-01 13:47:30 -04:00
http://kaizer.se/
3bb2260fc4
prettydate creates Last edited in the wee hours of Tuesday night, July 1st, 2009
2009-07-01 08:50:42 -04:00
http://smcv.pseudorandom.co.uk/
137c70aeb3
try using conditional?
2009-06-29 07:48:30 -04:00
PaulePanter
2d01a51aab
Further question on how to format or specify what `inline` should display.
2009-06-28 17:30:18 -04:00
http://schmonz.livejournal.com/
4ec70ba469
<AOL>
2009-06-23 12:18:15 -04:00
http://hendry.iki.fi/
1f25194934
2009-06-23 09:13:35 -04:00
Jon Dowland
7aec8e12ac
link to mirror of mediawiki.pm
2009-06-23 11:30:47 +01:00
http://smcv.pseudorandom.co.uk/
1380ef73e7
2009-06-23 06:15:45 -04:00
http://www.cse.unsw.edu.au/~willu/
4877b201c0
Add a ref to some other discussion which may, or may not, be relevant.
2009-06-23 00:13:46 -04:00
simonraven
b5edd6d4d8
2009-06-22 17:09:26 -04:00
simonraven
6b9549b53a
2009-06-22 15:06:14 -04:00
http://johnsu01.livejournal.com/
46bdb84eb1
FSF uses it internally.
2009-06-22 14:23:22 -04:00
http://mjr.towers.org.uk/
7ad6541a87
Home site is MIA. Where is it?
2009-06-22 13:57:18 -04:00
http://smcv.pseudorandom.co.uk/
0d76893483
bug report + patches
2009-06-22 06:57:00 -04:00
http://hendry.iki.fi/
2b722cfd68
templating question
2009-06-22 06:27:56 -04:00
http://smcv.pseudorandom.co.uk/
9cd86bc2db
correct link spelling
2009-06-20 14:15:31 -04:00
http://smcv.pseudorandom.co.uk/
9a5e3fac02
explain %depends and suggest [[!inline quick=yes]]
2009-06-20 14:14:36 -04:00
Jon Dowland
c25371b311
speeding up ikiwiki: advice sought
2009-06-19 14:19:45 +01:00
Joey Hess
81bcfd9454
add Mick Pollard
2009-06-18 22:02:53 -04:00
http://smcv.pseudorandom.co.uk/
7fe5002e07
feature addition + patch
2009-06-18 16:06:16 -04:00
http://smcv.pseudorandom.co.uk/
c077e4b6e7
an improvement in this direction
2009-06-18 11:36:38 -04:00
Joey Hess
d25c4acfdb
img: Fix extra double quote with alt text. (smcv)
2009-06-16 15:09:49 -04:00
http://smcv.pseudorandom.co.uk/
3aa4eba5e6
disarm wikilinks
2009-06-16 13:44:44 -04:00
http://smcv.pseudorandom.co.uk/
64e714cee4
revisiting with implementation experience
2009-06-16 13:42:34 -04:00
http://smcv.pseudorandom.co.uk/
a7ae9d0b7e
there's more than one way to do it
2009-06-16 13:36:55 -04:00
http://smcv.pseudorandom.co.uk/
37617af685
grr, another typo
2009-06-16 13:13:45 -04:00
http://smcv.pseudorandom.co.uk/
dbc641e1ff
Fix links
2009-06-16 13:11:07 -04:00
http://smcv.pseudorandom.co.uk/
171af6cbbc
Fix links
2009-06-16 13:10:10 -04:00
http://smcv.pseudorandom.co.uk/
c94dce8afa
2009-06-16 13:07:58 -04:00
http://smcv.pseudorandom.co.uk/
4ed456248b
feature addition + patch
2009-06-16 12:36:17 -04:00
http://smcv.pseudorandom.co.uk/
6c91edea7c
bug report + patch
2009-06-16 12:22:24 -04:00
Simon McVittie
e877013174
inline: add pagenames parameter
...
If given instead of pages, this is interpreted as a space-separated
list of links to pages (with the same LinkingRules as in a WikiLink),
and they are inlined in exactly the order given. The sort and pages
parameters cannot be used in conjunction with this one.
2009-06-16 17:13:19 +01:00
http://www.steve.org.uk/
e94289e9e4
2009-06-15 13:01:46 -04:00
http://openid.steve.org.uk/
ff55f52256
2009-06-15 12:52:16 -04:00
http://ptecza.myopenid.com/
dc2d9b0752
* Reply
2009-06-15 09:27:59 -04:00
Jon Dowland
04964d3ac0
don't escape <> (done for us)
2009-06-15 12:29:23 +01:00
Jon Dowland
82cc6ff4da
patch for this bug
2009-06-15 12:28:36 +01:00
Jon Dowland
d17bce8bb2
new bug: map doesn't close UL for empty list
2009-06-15 12:22:02 +01:00
tschwinge
816a772037
Knuth to the rescue!
2009-06-15 07:17:38 -04:00
http://ptecza.myopenid.com/
c5dd792749
* Response
2009-06-15 06:58:19 -04:00
Jon Dowland
5a57d9a767
guess at versioning scheme
2009-06-15 10:25:22 +01:00
http://ptecza.myopenid.com/
fb5d7f2dc2
* Version mistake?
2009-06-15 04:33:14 -04:00
http://ptecza.myopenid.com/
53f93ad6e3
* Now ikiwiki backports for Ubuntu Jaunty
2009-06-15 04:16:53 -04:00
Joey Hess
0b2e512d36
response
2009-06-14 17:34:05 -04:00
Joey Hess
1d38a99874
response from a shady glen
2009-06-14 17:16:18 -04:00
Joey Hess
e0c7fed8e6
tested yahoo working
2009-06-13 21:08:32 -04:00
Joey Hess
2303c83da4
fixup
2009-06-13 15:05:49 -04:00
Joey Hess
908de091f9
add news item for ikiwiki 3.141
2009-06-13 14:41:31 -04:00
Joey Hess
f67cf32471
response
2009-06-13 14:33:52 -04:00
PaulePanter
6848a2e882
Documentation for parameter `template`?
2009-06-13 12:12:58 -04:00
http://www.larted.org.uk/~dom/
07d26e1db3
2009-06-13 07:58:13 -04:00
http://www.larted.org.uk/~dom/
86a83a2a69
comment about newer OpenID now being available.
2009-06-13 07:56:56 -04:00
Jon Dowland
9d4f803a01
argh, wrong diff again. third time lucky.
2009-06-12 16:00:04 +01:00
Jon Dowland
a407c11626
update diff (one redundant hunk removed)
2009-06-12 13:26:12 +01:00
Jon Dowland
ec9b0a628d
add allow_site-wide_meta_definitions.mdwn
2009-06-12 09:42:47 +01:00
Jérémy Bobbio
ca624a5f2a
Thanks
2009-06-11 17:15:29 +02:00
bremner
31bb526897
feature request/discussion for highlight options.
2009-06-09 22:54:28 -04:00
http://www.lunix.com.au/
df9b11968b
simple format tidyup
2009-06-09 22:31:42 -04:00
JoeRayhawk
9d0b13bb2b
More NTFS filename compatability problems.
2009-06-09 18:37:58 -04:00
Joey Hess
48a5f9f2d8
Disable the Preferences link if no plugin with an auth hook is enabled.
2009-06-09 15:39:00 -04:00
http://www.lunix.com.au/
1a880b7d7b
add my response and thanks
2009-06-08 21:50:13 -04:00
Joey Hess
ce85eaab9d
reorg
2009-06-08 21:44:52 -04:00
Joey Hess
f57672f663
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
...
Conflicts:
doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn
2009-06-08 21:41:31 -04:00
http://www.lunix.com.au/
9874a13fbf
add my response
2009-06-08 21:40:19 -04:00
Joey Hess
bf55a7fbb1
meta: Add openid delegate parameter to allow delegating only openid or openid2.
2009-06-08 21:40:06 -04:00
Joey Hess
bf0534c689
response
2009-06-08 21:28:46 -04:00
http://www.lunix.com.au/
6b83aa2550
add my site.
2009-06-08 21:25:37 -04:00
Joey Hess
7a22ead98e
update
2009-06-08 21:25:17 -04:00
http://www.lunix.com.au/
c2cf78dd4b
add my response
2009-06-08 21:18:36 -04:00