Sorry, I keep feeling that I missed one somewhere. Fixed now.Combuster wrote:I see my "merge accounts" post has been split out with that proxy issue and forgotten afterwards, I'll ask again:
Chase, could you merge my MT account and this one (Same usernames)
Apologies if i spammed anybody
Mega-Tokyo.com merging with OSDev.org
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Attachment support added
No one actually asked for it but I noticed a couple mentions of osdev.org lacking this feature and MT having it.
For allowed file types see: http://www.osdev.org/phpBB2/attach_rules.php?f=9
If I missed a common text type please let me know.
For allowed file types see: http://www.osdev.org/phpBB2/attach_rules.php?f=9
If I missed a common text type please let me know.
- Attachments
-
- testing.txt
- Sample Attachment
- (20 Bytes) Downloaded 294 times
There's one feature from Mega-Tokyo which was quite good, I think. On the main index page, under the Last Post column, it used to include the topic name of the last post as well which you could click on and go directly to the last message. Right now there is a little pointy page and just a date+name.
Also, another thing I liked was that they only had 3 distinctive forums in the OS development section: development, testing and general programming. Personally, I liked it this way maybe because there was less dispersion. Right now I'm not sure if the 5 forums are so necessary.
Project Accouncements and Testing could be merged because an announcement is also generally a request for people to experiment with the release. Jobs and Project Openings could also be merged.
Also, another thing I liked was that they only had 3 distinctive forums in the OS development section: development, testing and general programming. Personally, I liked it this way maybe because there was less dispersion. Right now I'm not sure if the 5 forums are so necessary.
Project Accouncements and Testing could be merged because an announcement is also generally a request for people to experiment with the release. Jobs and Project Openings could also be merged.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
i sometimes even see .cc for c++ files.spix wrote:Some people use .s or .S for asm source files. and some use .cxx for c++ files.
Also, it wont allow Makefile's (just tested) and i dont see linker scripts either
As for my language of choice: .bas and .bi (thats for basic, but there far more languages using plaintext...) but since osdeving in basic isnt standard you may skip that. (i have a code browser with syntax highlighter on my own site so i'll just link there should i need it )
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Done, there are now 3 urls in the Last Post column on the index page. The topic title goes to the first page of the topic, the author goes to the author profile and the little graphic goes to the last post itself.durand wrote:There's one feature from Mega-Tokyo which was quite good, I think. On the main index page, under the Last Post column, it used to include the topic name of the last post as well which you could click on and go directly to the last message. Right now there is a little pointy page and just a date+name.
I guess I could merge Testing and Announcement into an "OS Releases" forum. Probably be a week or so, I need to go back thru the Announcement forum first and update the projects page on the wiki. I'm going to keep the Jobs and Opening forums seperate though, I think they are distinct enough.durand wrote:Also, another thing I liked was that they only had 3 distinctive forums in the OS development section: development, testing and general programming. Personally, I liked it this way maybe because there was less dispersion. Right now I'm not sure if the 5 forums are so necessary.
Project Accouncements and Testing could be merged because an announcement is also generally a request for people to experiment with the release. Jobs and Project Openings could also be merged.
On the attachments, I've updated the allowed extensions. For files that don't have an extension you can either make a
Code: Select all
block or put the contents in a zip or tar.gz file first.
[quote="Cheery"]For my language of choice, the type is just: .fc, .force, .fe or .fce .[/quote]What language is that???
Principially I'm against blocking files based on extensions. What's to stop me from renaming my executable to .zip?
Also, if you insist, you're missing at least bzip2 (.bz2 or .tbz2), tar-gz (.tgz) and Pascal source files (.pas). And, like people before me have pointed out, Makefile's and the like can't be fit within this scheme. Same goes for .bochsrc and similar stuff.
Also, if you insist, you're missing at least bzip2 (.bz2 or .tbz2), tar-gz (.tgz) and Pascal source files (.pas). And, like people before me have pointed out, Makefile's and the like can't be fit within this scheme. Same goes for .bochsrc and similar stuff.
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
You mean the purple table header bar? Its just a gradient of the same bar on MT. Anyone else agree?bubach wrote:Would you mind changing the colors for <th class="thHead"> in the MTdark theme css? It's quite ugly atm..
Nothing, in fact I enabled the compression extensions just so people could get around the extension limits. By doing this it'll make it just a little less likely that people post attachments that are not development related and if they want to use zip files then at least we'll save some disk space and bandwidth.Candy wrote:Principially I'm against blocking files based on extensions. What's to stop me from renaming my executable to .zip?
The daily forum changes should just about be done with the exception of a little restructuring of the number/names of a forum or two. Hopefully everyone is mostly happy with the forums just about the way they are for a little while because the daily changes are a little distracting.
- spix
- Member
- Posts: 128
- Joined: Mon Jun 26, 2006 8:41 am
- Location: Millicent, South Australia
- Contact:
I don't think there is anything wrong with it. It does look different to mega-tokyo, but this is osdev.org not mega-tokyo.You mean the purple table header bar? Its just a gradient of the same bar on MT. Anyone else agree?
I like the idea of the competition for the logo, perhaps you could extend this to themes for the site? Even if you decide to keep your logo, you could put acceptable theme submissions as options in the theme switcher.
Just a suggestion. Thanks for all the work you've put into making us from mega-tokyo feel more at home.
Andrew
Well, ok..
I put together a stylish thing if there is anyone else that
wants a more classic MT look:
It looks pretty good actually. Stylish can be downloaded here:
https://addons.mozilla.org/firefox/2108/
I put together a stylish thing if there is anyone else that
wants a more classic MT look:
Code: Select all
@-moz-document domain(osdev.org) {
body {
background-color: #000055 !important;
}
.bodyline {
background-color: #000055 !important;
border: 0px !important;
}
.forumline {
background-color: #000055 !important;
border: 2px #000055 solid !important;
}
.row1 {
background-color: #003366 !important;
}
.row2 {
background-color: #154580 !important;
}
.row3 {
background-color: #003366 !important;
}
.row3Right {
background-color: #003366 !important;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,td.rowpic {
background-image: none !important;
background-color: #336699 !important;
border: 0px !important;
}
th {
color: #000000 !important;
background-color: #666699 !important;
background-image: none !important;
}
tr .spaceRow {
visibility: hidden !important;
}
}
https://addons.mozilla.org/firefox/2108/
Last edited by bubach on Fri Oct 27, 2006 8:45 am, edited 1 time in total.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact: