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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?