npcomet 发表于 2010-2-2 23:29:44

项目管理系统正式上线

项目管理系统正式上线
http://projects.linuxfans.org/
这个会逐步整合SVN、WIKI内容有时间我也会一点点的添加进来。
需要账号的请跟帖,我会根据你在论坛里面的邮件信息给你发送开通邮件的。

如有改进意见请另外发帖说明

zy_sunshine 发表于 2010-2-2 23:32:23

我要账号

不知道有什么功能,自己能开项目吗?

npcomet 发表于 2010-2-2 23:37:42

可以开项目的 呵呵
不过要一直维护才行

zy_sunshine 发表于 2010-2-3 00:53:42

http://projects.linuxfans.org/projects/fansserver2010/issues/new
403

对不起,您无权访问此页面。

Back

我已经登录了,还是不能访问你那个地址。

npcomet 发表于 2010-2-3 14:20:32

:oops: :oops: :oops:修改了下 直接发帖说吧

whistler_wmz 发表于 2010-2-3 14:30:58

muwanqing 发表于 2010-2-3 19:00:40

我来揍热闹

stronghill 发表于 2010-2-4 09:22:56

呵呵,能把netmanager放上去么?现在都在一个帖子中维护

zy_sunshine 发表于 2010-2-4 21:23:55

WiKi的框架应该赶紧搞出来吧?

整个Wiki以标题的形式给出框架,内容,如果谁有时间就往上写吧,不过开始时最好是注册会员才能编辑。(难保谁不过来打广告)

把Magic现在优先需要解决的问题以项目放在上面,MagicInstaller应该是第一个:mrgreen:

zy_sunshine 发表于 2010-2-4 21:29:36

项目都列出来,谁想领项目也就方便了。

====================
还有那个首页的帮助去掉吧,容易跑到e文网站上还不知道。。。

npcomet 发表于 2010-2-7 00:09:08

呵呵 好的 现在出差回来马上改

zy_sunshine 发表于 2010-3-3 17:09:50

Wiki的两个小问题
第一个问题:
模块名或目录名可以以 @ 开头。以 @ 开头的模块或目录,都会强制加入软盘。不以 @ 开头的模块,如果没有在 pcitable 中出现,就会被忽略。

这里面有三个 @ 符号 ,因为在Wiki中@符号被解释成inline code模式,因此显示的时候出现问题了。

以开头的模块或目录,都会强制加入软盘。不以 @ 开头的模块,如果没有在 pcitable 中出现,就会被忽略。

前两个@符号没了....
见http://projects.linuxfans.org/projects/magicinstaller/wiki/UserGuide

第二个问题:
还是关于@符号的
子进程 B 执行:


@    logfd = os.open('/var/log/magic.actions.server.log', os.O_CREAT | os.O_WRONLY, 0600)
    os.dup2(logfd, 2)
    os.close(logfd)
    os.execl('/usr/bin/python', '/usr/bin/python', '/usr/bin/magic.actions.server')@
代码格式被解释成
子进程 B 执行:

logfd = os.open('/var/log/magic.actions.server.log', os.O_CREAT | os.O_WRONLY, 0600)<br /> os.dup2(logfd, 2)<br /> os.close(logfd)<br /> os.execl('/usr/bin/python', '/usr/bin/python', '/usr/bin/magic.actions.server')

见http://projects.linuxfans.org/projects/magicinstaller/wiki/DeveloperGuide

晕死了:?::" />
第一个问题都没有找到好的解决方法,没有转义字符。
第二个问题在官方参考中有用,但是从头至尾都没有提到过@@符号。
Code highlighting    Code highlightment relies on CodeRay, a fast syntax highlighting library written completely in Ruby. It currently supports c, html, javascript, rhtml, ruby, scheme, xml languages.
    You can highlight code in your wiki page using this syntax:
<pre><code class="ruby">
Place you code here.
</code></pre>
    Example:
1 # The Greeter class
2 class Greeter
3   def initialize(name)
4   @name = name.capitalize
5   end
6
7   def salute
8   puts "Hello #{@name}!"
9   end
10 end

求解

[ 本帖最后由 zy_sunshine 于 2010-3-3 17:11 编辑 ]

npcomet 发表于 2010-3-3 22:54:09

http://www.redmine.org/wiki/redmine/RedmineWikis
页: [1]
查看完整版本: 项目管理系统正式上线