aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/softwaresite/templates/release/discussion.mdwn
blob: d5e51f26d18d77f60f1fb024bcca537061a08339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
I'd rather not use a template for my release announcements, because these announcements are generated by the same script I use to release many other projects, and it already automates things fine. The template would need changes to my script and would only complicate the setup I have now. --[[Joey]]

> No problem; sorry for the inconvenience.
>
> Since page moves currently require direct repository access, could you
> please move this release template to
> `examples/softwaresite/templates/release`, and s/ikiwiki/FooBar/g?
>
> Also, would you consider posting your project release scripts somewhere?  If
> you have already done so, then could you post a link to them?
>
> --[[JoshTriplett]]

>> No problem. My release script is here:
>> <http://svn.kitenet.net/trunk/bin/wikiannounce> --[[Joey]]

>>> Thanks for moving the page.
>>>
>>> Very nice announcement script.
>>>
>>> Minor typo report: s/Wili/Wiki/ :).
>>>
>>> Also, why do you subst `&`, `<`, and `>`?  Markdown already replaces those
>>> with entities.
>>>
>>> Finally, have you considered using an [[cpan HTML::Template]] in the
>>> script itself?  Not on the wiki, just as a means for easy customization.
>>> Seems like that would simplify any edits to the format, and make the Perl
>>> code easier to work with at the same time.
>>>
>>> --[[JoshTriplett]]

>>> Also, will this discussion page end up in the softwaresite example?  If
>>> so, perhaps it should go elsewhere. --[[JoshTriplett]]

>>>> I escape html because markdown does not escape fully formed html tags
>>>> and I want to be able to mention such tags in my changelogs.
>>>>
>>>> This page should probably be moved somewhere else, or just deleted..
>>>> --[[Joey]]