OSDev.org
https://forum.osdev.org/

Mega-Tokyo.com merging with OSDev.org
https://forum.osdev.org/viewtopic.php?f=6&t=2960
Page 3 of 5

Author:  chase [ Tue Oct 24, 2006 8:05 pm ]
Post subject: 

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

Sorry, I keep feeling that I missed one somewhere. Fixed now.

Author:  chase [ Thu Oct 26, 2006 2:09 am ]
Post subject:  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.

Attachments:
File comment: Sample Attachment
testing.txt [20 Bytes]
Downloaded 123 times

Author:  spix [ Thu Oct 26, 2006 3:12 am ]
Post subject: 

Some people use .s or .S for asm source files. and some use .cxx for c++ files.

Andrew

Author:  durand [ Thu Oct 26, 2006 3:14 am ]
Post subject: 

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.

Author:  Combuster [ Thu Oct 26, 2006 3:35 am ]
Post subject: 

spix wrote:
Some people use .s or .S for asm source files. and some use .cxx for c++ files.

i sometimes even see .cc 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 8) )

Author:  Cheery [ Thu Oct 26, 2006 5:24 am ]
Post subject: 

For my language of choice, the type is just: .fc, .force, .fe or .fce . Which one should use? :)

Author:  chase [ Thu Oct 26, 2006 1:02 pm ]
Post subject: 

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.

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:
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.

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.

On the attachments, I've updated the allowed extensions. For files that don't have an extension you can either make a [code] block or put the contents in a zip or tar.gz file first.

Cheery wrote:
For my language of choice, the type is just: .fc, .force, .fe or .fce .
What language is that???

Author:  Cheery [ Thu Oct 26, 2006 1:46 pm ]
Post subject: 

Quote:
What language is that???

Now I know that they are unused for everybody else than just me. :) Thanks.

It's FORCE, simply said: FORth ChEery, or FORth Compiler Environment.

Author:  Candy [ Thu Oct 26, 2006 2:22 pm ]
Post subject: 

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.

Author:  urxae [ Thu Oct 26, 2006 4:01 pm ]
Post subject: 

Candy wrote:
Principially I'm against blocking files based on extensions. What's to stop me from renaming my executable to .zip?

My guess: nothing really, but it'll at least stop most people on Windows from accidentally running them :P.

Author:  bubach [ Thu Oct 26, 2006 4:25 pm ]
Post subject: 

Would you mind changing the colors for <th class="thHead"> in the MTdark theme css? It's quite ugly atm.. :wink:

Author:  chase [ Fri Oct 27, 2006 12:11 am ]
Post subject: 

bubach wrote:
Would you mind changing the colors for <th class="thHead"> in the MTdark theme css? It's quite ugly atm.. :wink:
You mean the purple table header bar? Its just a gradient of the same bar on MT. Anyone else agree?

Candy wrote:
Principially I'm against blocking files based on extensions. What's to stop me from renaming my executable to .zip?
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.


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.

Author:  spix [ Fri Oct 27, 2006 1:04 am ]
Post subject: 

Quote:
You mean the purple table header bar? Its just a gradient of the same bar on MT. Anyone else agree?


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.

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

Author:  bubach [ Fri Oct 27, 2006 6:53 am ]
Post subject: 

Well, ok..

I put together a stylish thing if there is anyone else that
wants a more classic MT look:

Code:
@-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;
  }
}


It looks pretty good actually. Stylish can be downloaded here:
https://addons.mozilla.org/firefox/2108/

Author:  Brynet-Inc [ Fri Oct 27, 2006 7:20 am ]
Post subject: 

Wow, That looks nice bubach 8)

If only it worked without a plugin.. :cry:

Thanks again.

Page 3 of 5 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/