xslt10-stylesheets

XSLT 1.0 Stylesheets for DocBook

  • 所有者: lighttpd/lighttpd1.4
  • 平台:
  • 許可證: BSD 3-Clause "New" or "Revised" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

DocBook XSLT 1.0 Stylesheets

Build Status

This repository contains the DocBook XSLT 1.0 Stylesheets, now
migrated away from SourceForge.

There are still some rough edges here as the build system and various
other things are being ported.

Nevertheless, this is now the intended repository of record.

The latest stable release is available at
https://github.com/docbook/xslt10-stylesheets/releases/download/release/1.79.2/docbook-xsl-1.79.2.zip

For build instructions please refer to the DocBook XSL Release Build Process.

Working in this repo

Here is the procedure for making changes to this repo.

Initial setup

  1. Create your own fork. Go to https://github.com/docbook/xslt10-stylesheets
    and click on the Fork button to create your own fork.

  2. Clone your fork to your local filesystem.

  3. In your clone of the repo, set up the remote:

git remote add upstream https://github.com/docbook/xslt10-stylesheets
git remote -v

Repo procedure

  1. In your local fork, update your fork from the main repo (upstream): git fetch upstream

  2. Make sure you are on your master branch: git checkout master

  3. Merge upstream into your local fork: git rebase upstream/master

  4. Push these changes to your github fork to put that fork in synch with the main repo: git push origin master

  5. Create a branch: git checkout -b bugfix_branch

  6. Make your changes on this branch, and compare your changes using git diff.

  7. Commit the changes:

git add filename
git commit -m "message"
  1. Push your commits:
    git push -u origin bugfix_branch

  2. On github, go to your fork or the main repo and create a new pull request, adding a comment and hitting submit.

  3. The github repo will run the check routine which takes about 10 minutes. When complete, you can Merge to docbook.

  4. The repo will rebuild the stock snapshot, which after about ten minutes you can view at: https://cdn.docbook.org/release/xsl/snapshot

  5. To immediately resynch your fork and delete the branch:

git checkout master
git fetch upstream
git rebase upstream/master
git push
git branch -d bugfix_branch

Creating snapshot zip files

  1. Create a tag like this:
    git tag -m "Snapshot release" snapshot/2019-10-01

  2. Push the tag:
    git push -u upstream snapshot/2019-10-01

  3. This will trigger the build of the zip files, which will
    eventually appear in https://github.com/docbook/xslt10-stylesheets/releases

主要指標

概覽
名稱與所有者lighttpd/lighttpd1.4
主編程語言C
編程語言HTML (語言數: 12)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2011-11-12 15:12:57
推送於2025-06-01 04:46:18
最后一次提交2025-06-01 00:45:08
發布數93
最新版本名稱lighttpd-1.4.79 (發布於 2025-04-04 01:30:08)
第一版名稱lighttpd-1.3.11 (發布於 )
用户参与
星數652
關注者數39
派生數289
提交數5.5k
已啟用問題?
問題數0
打開的問題數0
拉請求數10
打開的拉請求數1
關閉的拉請求數130
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?