Giter VIP home page Giter VIP logo

Comments (15)

fengmk2 avatar fengmk2 commented on March 29, 2024 2

https://eggjs.org/badgeboard/ 我已经将大家加了,有错的自己修

from egg.

fengmk2 avatar fengmk2 commented on March 29, 2024 1

域名已经弄好: eggjs.org, egg.press

nginx 配置

cat eggjs.org 
server {
    include /etc/nginx/ssl.eggjs.org.conf;
    listen 443 ssl;
    listen       80;
    server_name eggjs.org *.eggjs.org egg.press *.egg.press;
    access_log /var/log/nginx/eggjs.org.access.log combined;

    location ~ /.well-known {
        root /usr/share/nginx/html;
        allow all;
    }

    location ~ /badgeboard {
        proxy_pass https://eggjs.github.io;
    }

    location / {
        #include /etc/nginx/proxy_params;
        proxy_pass https://eggjs.github.io;
        proxy_set_header Host eggjs.github.io;
        proxy_redirect off;
    }
}

from egg.

fengmk2 avatar fengmk2 commented on March 29, 2024

@atian25 官网选择好模板了么?内容可以放少点,但是网站要先有。

from egg.

fengmk2 avatar fengmk2 commented on March 29, 2024

文档翻译为 English

@mattma 帮忙?

from egg.

atian25 avatar atian25 commented on March 29, 2024

模板不是找个设计师同学来设计? 群里面那天提了需求了.

from egg.

fengmk2 avatar fengmk2 commented on March 29, 2024

@atian25 两手准备吧,找一个开源的手机架?

from egg.

mattma avatar mattma commented on March 29, 2024

@fengmk2 文档翻译只是 egg project? or include all other projects in the org?

Nice looking website is needed.

For open source mobile toolkit, do you want to have a native application? or just a responsive web app to resize to fit on device based on a single code base?

from egg.

atian25 avatar atian25 commented on March 29, 2024

@mattma
文档分几部分:

  • web.md 即 Web规范, 是最基础最重要的, 是 egg 的基石
  • egg 的 quickstart 和 guide (还需要修改, 我最近赶赶中文版)
  • 其他插件的文档, 这个之前好像都基本上改了, 回头再过一遍看看有什么遗漏和语法错误即可, 优先级低.

website 找了个设计同学正在搞, 另一手准备指先找个开源的模板做.

from egg.

mattma avatar mattma commented on March 29, 2024

@atian25 That helps. I will start from web.md and should be fully finished by this weekend for egg. Then take as much as I can for the rest of the packages.

from egg.

popomore avatar popomore commented on March 29, 2024

guide 是包含如何写框架和插件的么?先提个上来再改吧

from egg.

atian25 avatar atian25 commented on March 29, 2024

嗯,我明天上大纲然后开写

from egg.

popomore avatar popomore commented on March 29, 2024

API 我来搞下?

from egg.

atian25 avatar atian25 commented on March 29, 2024

from egg.

popomore avatar popomore commented on March 29, 2024

大家自己加一下 author https://eggjs.github.io/badgeboard/

from egg.

atian25 avatar atian25 commented on March 29, 2024

文档大纲 #55

from egg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.