wcm2025 網際內容管理

  • Home
    • SMap
    • reveal
    • blog
  • About
    • list
    • Git
      • W1
    • Summary
    • WCMS
    • WebApp
    • Vmware
    • AI
  • Topics
    • Wink
      • Fossil
    • Topic1
      • Portable
      • SSH
      • Javascript
    • Topic2
      • IPv6
    • Topic3
      • VM
    • Topic4
      • Copilot
    • Topic5
      • mde_group
      • cmsimde
  • Reeborg
    • walk
  • Reference
    • GPU
    • Serenity
    • Old
  • Brython
cmsimde << Previous Next >> walk

Reeborg

建立開發用的 Reeborg 倉儲:

因為 https://github.com/aroberge/reeborg 原始碼的使用授權允許延伸應用, 因此進行如下處理:

  1. 在 Github 建立一個空的倉儲, 名稱設為 reeborg.
  2. git clone --recurse-submodules https://github.com/aroberge/reeborg.git rb, 表示暫時將可能帶有子模組 (其實並沒有) 的倉儲取下, 放入 rb 目錄中.
  3. cd rb 後, 執行 git remote add rb git@your_putty_session:your_github_account/reeborg.git
  4. 然後利用 git push rb, 將帶有所有提交歷程記錄的倉儲送到原本為空的 reeborg.
  5. 此一 Reeborg 原始碼的倉儲就位於 https://github.com/mdecycu/reeborg
  6. 取下新建立的 reeborg 開發倉儲後, 將 reeborg.js 放入 rb 目錄, 並取原先的 reeborg_offline.html 作為 index.html, 放入 acp 與 acp.bat 後將內建 branch 改為 main, 提交變更後再設定 Github Pages, 完成 https://mde.tw/reeborg 的開發設定.
  7. 除了目前多語言版本外, 也可以回到 2016.02.03 的穩定版本.

利用 Python 內建伺服器執行 Reeborg:

  1. 啟動可攜程式環境
  2. cd tmp
  3. git clone https://github.com/mdecycu/reeborg.git
  4. cd reeborg
  5. python -m http.server
  6. 然後使用瀏覽器連結至 http://localhost:8000/world.html

Reeborg 原始碼所使用的 Javascript 語法請參考下列參考資料:

ECMAScript 5 教學

2015 Javascript Object Programming (local download)

2015 JavaScript Quick Syntax Reference (local download)

2015 Pro Javascript Techniques (local download)

2016 Beyond JQuery (local download)

2023 The Absolute Beginner's Guide to HTML and CSS (local download)

2023 Creating Responsive Websites Using HTML5 and CSS3 (local download)


cmsimde << Previous Next >> walk

Copyright © All rights reserved | This template is made with by Colorlib