Snapshot of US dtds.
This commit is contained in:
17
dtd/bill-dtd/.gitattributes
vendored
Normal file
17
dtd/bill-dtd/.gitattributes
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# Custom for Visual Studio
|
||||
*.cs diff=csharp
|
||||
|
||||
# Standard to msysgit
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
47
dtd/bill-dtd/.gitignore
vendored
Normal file
47
dtd/bill-dtd/.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# =========================
|
||||
# Operating System Files
|
||||
# =========================
|
||||
|
||||
# OSX
|
||||
# =========================
|
||||
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
8
dtd/bill-dtd/CODEOWNERS
Normal file
8
dtd/bill-dtd/CODEOWNERS
Normal file
@@ -0,0 +1,8 @@
|
||||
# This is a comment.
|
||||
# Each line is a file pattern followed by one or more owners.
|
||||
|
||||
# These owners will be the default owners for everything in
|
||||
# the repo. Unless a later match takes precedence,
|
||||
# @global-owner1 and @global-owner2 will be requested for
|
||||
# review when someone opens a pull request.
|
||||
* @jonquandt @llaplant
|
3
dtd/bill-dtd/CONTRIBUTING.md
Normal file
3
dtd/bill-dtd/CONTRIBUTING.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Please submit questions, comments, and requests for proposed changes by [opening an issue](https://github.com/usgpo/bill-dtd/issues/new).
|
||||
|
||||
|
31
dtd/bill-dtd/LICENSE.md
Normal file
31
dtd/bill-dtd/LICENSE.md
Normal file
@@ -0,0 +1,31 @@
|
||||
Pursuant to [17 U.S.C. 105](https://api.fdsys.gov/link?collection=uscode&title=17&year=mostrecent§ion=105), as a work of the United States Government, this project is in the public domain within the United States.
|
||||
|
||||
Additionally, we waive copyright and related rights in the work
|
||||
worldwide through the CC0 1.0 Universal public domain dedication.
|
||||
|
||||
## CC0 1.0 Universal Summary
|
||||
|
||||
This is a human-readable summary of the
|
||||
[Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
||||
|
||||
### No Copyright
|
||||
|
||||
The person who associated a work with this deed has dedicated the work to
|
||||
the public domain by waiving all of his or her rights to the work worldwide
|
||||
under copyright law, including all related and neighboring rights, to the
|
||||
extent allowed by law.
|
||||
|
||||
You can copy, modify, distribute and perform the work, even for commercial
|
||||
purposes, all without asking permission.
|
||||
|
||||
### Other Information
|
||||
|
||||
In no way are the patent or trademark rights of any person affected by CC0,
|
||||
nor are the rights that other persons may have in the work or in how the
|
||||
work is used, such as publicity or privacy rights.
|
||||
|
||||
Unless expressly stated otherwise, the person who associated a work with
|
||||
this deed makes no warranties about the work, and disclaims liability for
|
||||
all uses of the work, to the fullest extent permitted by applicable law.
|
||||
When using or citing the work, you should not imply endorsement by the
|
||||
author or the affirmer.
|
3
dtd/bill-dtd/README.md
Normal file
3
dtd/bill-dtd/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Bill DTD #
|
||||
|
||||
In support of the Legislative Branch XML Working Group, the Government Publishing Office (GPO) is making the XML DTDs for Congressional bills, amendments, and resolutions available as an authoritative source on GitHub. Please see [xml.house.gov](http://xml.house.gov) for additional information.
|
2918
dtd/bill-dtd/amend.dtd
Normal file
2918
dtd/bill-dtd/amend.dtd
Normal file
File diff suppressed because it is too large
Load Diff
1872
dtd/bill-dtd/bill.dtd
Normal file
1872
dtd/bill-dtd/bill.dtd
Normal file
File diff suppressed because it is too large
Load Diff
2880
dtd/bill-dtd/res.dtd
Normal file
2880
dtd/bill-dtd/res.dtd
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user