MiniMagAsm

Check-in [1275294b2e]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added .CSS file in order to make human readable sitemap. "sitemap.cgi" changed accordingly.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1275294b2e0dc380a7caf33a62795c8e16523b4d
User & Date: lhmnai0 2013-07-19 12:35:19
Context
2013-07-22
19:25
Fixed a bug in the feedback.cgi that caused invalid xhtml code to be generated for the user comments. Some experiments with CSS sprites for the main menu icons. check-in: 9deeb7a3a1 user: JohnFound tags: trunk
2013-07-19
12:35
Added .CSS file in order to make human readable sitemap. "sitemap.cgi" changed accordingly. check-in: 1275294b2e user: lhmnai0 tags: trunk
09:39
New script "sitemap.fpr" has been added. It automatically creates XML sitemap of all articles in the CMS. check-in: 3cbe65e1be user: lhmnai0 tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to sitemap.asm.

170
171
172
173
174
175
176

177
178
179
180
181
182
183





cContentType text 'Content-type: text/xml', 13, 10, 13, 10,                                     \
                  '<?xml version="1.0" encoding="utf-8"?>', 13, 10,                             \

                  '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">', 13, 10        \

cMapEnd      text '</urlset>', 13, 10

cURLStart text '  <url>', 13, 10
cURLEnd   text '  </url>', 13, 10








>







170
171
172
173
174
175
176
177
178
179
180
181
182
183
184





cContentType text 'Content-type: text/xml', 13, 10, 13, 10,                                     \
                  '<?xml version="1.0" encoding="utf-8"?>', 13, 10,                             \
                  '<?xml-stylesheet type="text/css" href="sitemap.css"?>', 13, 10,              \
                  '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">', 13, 10        \

cMapEnd      text '</urlset>', 13, 10

cURLStart text '  <url>', 13, 10
cURLEnd   text '  </url>', 13, 10

Changes to www/sitemap.cgi.

cannot compute difference between binary files

Added www/sitemap.css.























>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
urlset
{
background-color: #ffffff;
width: 100%;
}

url {
  display: block;
  margin-bottom: 1em;
}