Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1223 → Rev 1222

/website/mateuszbb.php
File deleted
/website/mateuszbb_rss.svg
Cannot display: file marked as a binary type.
svn:mime-type = image/svg+xml
Property changes:
Deleted: svn:mime-type
-image/svg+xml
\ No newline at end of property
/website/mateuszbb-config.php
File deleted
/website/rss.php
File deleted
/website/index-forum.php
File deleted
/website/mateuszbb-common.css
File deleted
/website/mateuszbb.css
File deleted
/website/index-main.php
21,7 → 21,7
 
<h2>Community and help</h2>
 
<p>Need to get in touch? Wish to submit some packages, translate SvarDOS to your language, or otherwise contribute? Or maybe you'd like some information about SvarDOS? Come visit the <a href="?p=forum">SvarDOS community forum</a>. You may also wish to take a look at the project's <a href="https://osdn.net/projects/svardos/ticket/">ticket list</a>.</p>
<p>Need to get in touch? Wish to submit some packages, translate SvarDOS to your language, or otherwise contribute? Or maybe you'd like some information about SvarDOS? The project has a <a href="https://lists.osdn.me/mailman/listinfo/svardos-users">mailing list</a> just for that. You may also wish to take a look at the project's <a href="https://osdn.net/projects/svardos/ticket/">ticket list</a>.</p>
 
<?php // the "default" build proposed on the main page is read from default_build.txt
$lastver = trim(file_get_contents('default_build.txt'));
/website/index.php
10,7 → 10,7
</head>
<body>
 
<p style="margin: 0 0 -1em auto; font-size: 0.9em; text-align: right;"><a href="/">Main page</a> I <a href="?p=repo">Packages</a> I <a href="?p=help">Help</a> I <a href="?p=forum">Forum</a> <!-- I <a href="?p=nls">NLS</a>--></p>
<p style="margin: 0 0 -1em auto; font-size: 0.9em; text-align: right;"><a href="/">Main page</a> I <a href="?p=repo">Packages</a> I <a href="?p=help">Help</a><!-- I <a href="?p=nls">NLS</a>--></p>
 
<?php
 
25,8 → 25,6
include 'index-help.php';
} else if ($p == 'files') {
include 'index-files.php';
} else if ($p == 'forum') {
include 'index-forum.php';
} else { // else display the front page
include 'index-main.php';
}
/website/style.css
1,5 → 1,4
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
@import url('mateuszbb.css');
 
h1 {
font-size: 1.35em;