FileLocations2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | ||
"http://www.w3.org/TR/html4/strict.dtd"> | "http://www.w3.org/TR/html4/strict.dtd"> | ||
<link rel="stylesheet" type="text/css" media="screen, projection" href="//slashcode.local/ | |||
base.css&T_2_5_0_272"> | |||
<link rel="stylesheet" type="text/css" media="screen, projection" href="//slashcode.local/ | |||
admin.css?T_2_5_0_272"> | |||
<link rel="stylesheet" type="text/css" media="screen, projection" href="//slashcode.local/ | |||
slashcode.css?T_2_5_0_272"> | |||
<link rel="stylesheet" type="text/css" media="print" href="//slashcode.local/print.css?T_2_5_0_272"> | |||
<link rel="top" title="Slash Site" href="//slashcode.local/" > | |||
<link rel="search" title="Search Slash Site" href="/search.pl"> | |||
<link rel="prev" title="Yesterday's News" href="/index.pl?issue=20140206"> | |||
<link rel="alternate" title="Slash Site RSS" href="/slashsite.rss" type="application/rss+xml"> | |||
Some pages are static, but server parsed, like: | |||
/about.shtml | |||
/faq.shtml | |||
Others perl scripts cgi: | |||
/journal.pl | |||
/messages.pl | |||
/topics.pl | |||
/authors.pl | |||
/search.pl | |||
/pollBooth.pl | |||
/submit.pl (submit story) | |||
Somewhere, 'my' is redirected, have not found where yet: | |||
<a href="/my/">Create Account/Log in</a> | |||
Templates are identified on the page like this: | |||
<!-- start template: ID 199, sidebox;misc;default --> | |||
<!-- end template: ID 199, sidebox;misc;default --> | |||
Whoever wrote this seems to like multiple classes and other less used parts of the language | |||
Tends to make a change in one thing affect a lot of others. | |||
So be -very careful- in altering classes to check for unwanted side effects elsewhere. | |||
<div id="slug-Crown" class="block nosort slug"> | |||
plugins | plugins | ||
sbin | sbin |
Revision as of 01:25, 20 February 2014
CssWork (parent of this page)
FileLocations FileLocationsMisc
http://www.mediawiki.org/wiki/Help:Formatting
This is the stuff in /usr/local/slash/ main install.
/usr/local/slash
bin backup-blocks bitchslap chkuser install-plugin install-slashsite install-tagbox install-theme mechmonkey modslap purge-read-log reload_armor runtask slashmon symlink-tool template-check template-tool httpd slash.conf slash.conf.def index.pl - static page but written by a cron job I believe. Interesting stuff in this page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <link rel="stylesheet" type="text/css" media="screen, projection" href="//slashcode.local/ base.css&T_2_5_0_272"> <link rel="stylesheet" type="text/css" media="screen, projection" href="//slashcode.local/ admin.css?T_2_5_0_272"> <link rel="stylesheet" type="text/css" media="screen, projection" href="//slashcode.local/ slashcode.css?T_2_5_0_272"> <link rel="stylesheet" type="text/css" media="print" href="//slashcode.local/print.css?T_2_5_0_272"> <link rel="top" title="Slash Site" href="//slashcode.local/" > <link rel="search" title="Search Slash Site" href="/search.pl"> <link rel="prev" title="Yesterday's News" href="/index.pl?issue=20140206"> <link rel="alternate" title="Slash Site RSS" href="/slashsite.rss" type="application/rss+xml"> Some pages are static, but server parsed, like: /about.shtml /faq.shtml Others perl scripts cgi: /journal.pl /messages.pl /topics.pl /authors.pl /search.pl /pollBooth.pl /submit.pl (submit story) Somewhere, 'my' is redirected, have not found where yet: <a href="/my/">Create Account/Log in</a> Templates are identified on the page like this: <!-- start template: ID 199, sidebox;misc;default --> <!-- end template: ID 199, sidebox;misc;default --> Whoever wrote this seems to like multiple classes and other less used parts of the language Tends to make a change in one thing affect a lot of others. So be -very careful- in altering classes to check for unwanted side effects elsewhere. <div id="slug-Crown" class="block nosort slug"> plugins sbin site slash.sites sql tagboxes themes