-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path021008.html
158 lines (157 loc) · 5.42 KB
/
021008.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<html>
<head>
<title>BlogMax: Blogging in Emacs - Improving RSS</title>
</head>
<body>
<font size="+3"><b>
<a href="index.html">
BlogMax: Blogging in Emacs</a></b></font><br>
<i>A great way to maintain a blog</i>
<table width="99%">
<tr><td align="right" valign="top">
<!--Side Links-->
<b>
<a href="index.html">Home</a>
<p>
<a href="docs/license.html">License</a>
<p>
<a href="../blogmax.zip">Download</a>
<p>
<a href="docs/index.html">Docs</a>
<p>
<a href="docs/blogs.html">Blogs</a>
</b>
</td>
<td width="10px"> </td>
<td width="1" bgcolor="gray"></td>
<td width="10px"> </td>
<td valign="top" width="99%">
BlogMax is an Emacs package that aids in the creation of a
weblog. News below. See the
<a href="docs/index.html">Docs</a> page
for details.
<p>
<table width="99%" cellspacing="0" border="0">
<tr>
<td bgcolor="black">
<font size="+1" color="#f8f0ff">
<b>Improving RSS</b>
</font>
</td>
<td bgcolor="black" align="right" valign="middle">
<p>
</td>
</tr>
</table>
<b>Tuesday, October 8, 2002</b><p>
<!--Improving RSS-->
I've been using
<a href="http://www.disobey.com/amphetadesk/">
amphetaDesk</a> to scan RSS channels. The RSS that BlogMax generates
looks funny there. The main link appears twice. I've been thinking
about some ideas to improve the RSS and get rid of the need to use
<br> tags for paragraph breaks within an entry. I think I know what
to do now.
<p>
I'll add two new macros, <code>{story link title name}</code> and
<code>{/story}</code>. The RSS generation will include only the text
between the two new macros (using the old algorithm for backward
compatibility on pages that contain no instance of the
<code>{story}</code> macro).
<p>
<code>{story link title name}</code> will expand into:
<blockquote>
<code><!--story--><a href=link name=name>title</a></code>
</blockquote>
<code>{/story}</code> will expand into:
<blockquote>
<code><!--/story--></code>
</blockquote>
The weblog-insert-story-tags command, likely bound to
<Ctrl><Shift>-S, will insert:
<blockquote>
<code>{story ...}{/story}</code>
</blockquote>
using the clipboard as the "link", auto-generating the "name" as one
more than the largest integer already used in the file, and putting
the cursor between the two quotes of a blank "title". RSS generation
will then be done on the generated HTML file, finding the
<code><!--story--></code> and <code><!--/story--></code> comments
and pulling the link and title out of the generated anchor tag.
<p>
Comments?
<p>
<p>
<p>
</td>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="1">
<tr><td colspan="7"><center><a href="0210.html">October</a> 2002</center></td></tr>
<tr>
<td><font size="-2" color="green">Sun</font></td>
<td><font size="-2" color="green">Mon</font></td>
<td><font size="-2" color="green">Tue</font></td>
<td><font size="-2" color="green">Wed</font></td>
<td><font size="-2" color="green">Thu</font></td>
<td><font size="-2" color="green">Fri</font></td>
<td><font size="-2" color="green">Sat</font></td>
</tr><tr>
<td colspan="2"></td>
<td align="center"><font size="-2">1</font></td>
<td align="center"><font size="-2">2</font></td>
<td align="center"><font size="-2">3</font></td>
<td align="center"><font size="-2">4</font></td>
<td align="center"><a href="021005.html"><font size="-2">5</font></a></td>
</tr><tr>
<td align="center"><font size="-2">6</font></td>
<td align="center"><font size="-2">7</font></td>
<td align="center"><font size="-2" color="red">8</font></td>
<td align="center"><font size="-2">9</font></td>
<td align="center"><font size="-2">10</font></td>
<td align="center"><font size="-2">11</font></td>
<td align="center"><font size="-2">12</font></td>
</tr><tr>
<td align="center"><font size="-2">13</font></td>
<td align="center"><font size="-2">14</font></td>
<td align="center"><font size="-2">15</font></td>
<td align="center"><font size="-2">16</font></td>
<td align="center"><font size="-2">17</font></td>
<td align="center"><font size="-2">18</font></td>
<td align="center"><font size="-2">19</font></td>
</tr><tr>
<td align="center"><font size="-2">20</font></td>
<td align="center"><font size="-2">21</font></td>
<td align="center"><font size="-2">22</font></td>
<td align="center"><font size="-2">23</font></td>
<td align="center"><font size="-2">24</font></td>
<td align="center"><font size="-2">25</font></td>
<td align="center"><font size="-2">26</font></td>
</tr><tr>
<td align="center"><font size="-2">27</font></td>
<td align="center"><font size="-2">28</font></td>
<td align="center"><font size="-2">29</font></td>
<td align="center"><font size="-2">30</font></td>
<td align="center"><font size="-2">31</font></td>
</tr><tr>
<td align="center" colspan="7"><font size="-2"><a href="011120.html">Sep</a> Nov</font>
</td></tr>
</table>
<p>
<center><a href="rss.xml" title="This is a link to this site's RSS channel: BlogMax: Blogging in Emacs">
<img src="xml.png" alt="xml" height="14" width="36" border="0"></a></center>
<p>
</td></tr>
</table>
<hr size="1" noshade>
<table width="99%" cellspacing="0" cellpadding="2" border="0">
<tr><td>
<a href="http://www.gnu.org/software/emacs/">
<img src="emacs.png" alt="emacs" align="left"></a>
Copyright © 2002 by Bill St. Clair
<<a href="mailto:[email protected]">[email protected]</a>>
</td><td align="right">
<a href="021008.txt">source</a>
</td></tr>
</table>
</body>
</html>