Skip to content

Commit

Permalink
2025-01-24
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Jan 24, 2025
1 parent 828ef98 commit ec2df00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 272 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div align="center">

[![logo](src/img/logo-b.webp)](https://github.com/ipitio/backage)
[![logo](src/img/logo-b.webp)](https://github.com/pkgforge-dev/backage)

# [backage](https://github.com/ipitio/backage)
# [backage](https://github.com/pkgforge-dev/backage)

**It's all part and parcel**

---

[![packages](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fipitio%2Fbackage%2Fraw%2Findex%2F.json&query=%24.packages&logo=github&logoColor=959da5&label=packages&labelColor=333a41&color=grey)](https://github.com/ipitio/backage/tree/index) [![build](https://github.com/ipitio/backage/actions/workflows/publish.yml/badge.svg)](https://github.com/ipitio/backage/pkgs/container/backage) [![built](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fipitio%2Fbackage%2Fraw%2Findex%2F.json&query=%24.date&logo=github&logoColor=959da5&label=built&labelColor=333a41&color=purple)](https://github.com/ipitio/backage/releases/latest)
[![packages](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpkgforge-dev%2Fbackage%2Fraw%2Findex%2F.json&query=%24.packages&logo=github&logoColor=959da5&label=packages&labelColor=333a41&color=grey)](https://github.com/pkgforge-dev/backage/tree/index) [![build](https://github.com/pkgforge-dev/backage/actions/workflows/publish.yml/badge.svg)](https://github.com/pkgforge-dev/backage/pkgs/container/backage) [![built](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpkgforge-dev%2Fbackage%2Fraw%2Findex%2F.json&query=%24.date&logo=github&logoColor=959da5&label=built&labelColor=333a41&color=purple)](https://github.com/pkgforge-dev/backage/releases/latest)

</div>

Expand All @@ -22,7 +22,7 @@ https://ipitio.github.io/backage/OWNER/[REPO/[PACKAGE]].FORMAT

If this is [`ipitio/backage`](https://github.com/ipitio/backage), all you have to do is star the repo to have GitHub generate this additional endpoint for your public packages! Otherwise, you can add yourself as described [below](#manual-actions).

A service ran by GitHub will add them to its circular priority queue within the next few hours and update the [closed-loop system](https://github.com/ipitio/backage/releases/latest). Once it does so, replace the parameters with their respective values, scoping to your parsing needs, then access the latest data however you want. Use something like [shields.io/json](https://shields.io/badges/dynamic-json-badge) or [shields.io/xml](https://shields.io/badges/dynamic-xml-badge) to make badges like the ones above or the one [here](https://github.com/badges/shields/issues/5594#issuecomment-2157626147).
A service ran by GitHub will add them to its circular priority queue within the next few hours and update the [closed-loop system](https://github.com/pkgforge-dev/backage/releases/latest). Once it does so, replace the parameters with their respective values, scoping to your parsing needs, then access the latest data however you want. Use something like [shields.io/json](https://shields.io/badges/dynamic-json-badge) or [shields.io/xml](https://shields.io/badges/dynamic-xml-badge) to make badges like the ones above or the one [here](https://github.com/badges/shields/issues/5594#issuecomment-2157626147).

> [!NOTE]
> The format can be either `json` or `xml`. You'll need the XML endpoint to evaluate expressions, like filters, with Shields -- see [this issue](https://github.com/ipitio/backage/issues/23).
Expand Down Expand Up @@ -162,14 +162,14 @@ As can packages in `owner[/repo]/.xml` files:
### Manual Actions
To add any other users or organizations not yet [in the index](https://github.com/ipitio/backage/tree/index), add the case-sensitive name of each one on a new line at the top of `owners.txt` on your own fork [here](https://github.com/ipitio/backage/edit/master/owners.txt) and make a pull request. Please add just the name(s) -- ids, repos, and packages will be found automatically! If you'd like the service to forget and ignore any subset of packages, add `owner[/repo[/package]]` to `optout.txt` [here](https://github.com/ipitio/backage/edit/master/optout.txt) and make a pull request.
To add any other users or organizations not yet [in the index](https://github.com/pkgforge-dev/backage/tree/index), add the case-sensitive name of each one on a new line at the top of `owners.txt` on your own fork [here](https://github.com/pkgforge-dev/backage/edit/master/owners.txt) and make a pull request. Please add just the name(s) -- ids, repos, and packages will be found automatically! If you'd like the service to forget and ignore any subset of packages, add `owner[/repo[/package]]` to `optout.txt` [here](https://github.com/pkgforge-dev/backage/edit/master/optout.txt) and make a pull request.
You can create an independent instance for them that'll update faster and more frequently. Simply fork just the `master` branch, then enable Actions from its tab and all disabled workflows. Your own packages will be picked up automatically! If you previously had to edit the `txt` files, you can do so again after the first run. I recommend that you first confirm here that the packages you're interested in are picked up without issue. This centralized repo will then serve as a backup.
### Alternative URL
```py
https://github.com/ipitio/backage/raw/index/OWNER/[REPO/[PACKAGE]].FORMAT
https://github.com/pkgforge-dev/backage/raw/index/OWNER/[REPO/[PACKAGE]].FORMAT
```
The endpoint is also available here!
Expand All @@ -182,4 +182,4 @@ https://ipitio.github.io/backage?json=https://URL/ENCODED/JSON
Use your own JSON endpoint with this proxy to convert it into XML. Try it out in your browser:
**<https://ipitio.github.io/backage?json=https://raw.githubusercontent.com/ipitio/backage/index/.json>**
**<https://ipitio.github.io/backage?json=https://raw.githubusercontent.com/pkgforge-dev/backage/index/.json>**
265 changes: 0 additions & 265 deletions owners.txt
Original file line number Diff line number Diff line change
@@ -1,265 +0,0 @@
214071/trademark
210427/mysteriousrobot
208583/mikaellanger
214104/wallwisher
208540/sonnynobucks
208535/chbfiv
208637/nqnwebs
211694/noservr
208617/linrock
208634/Jeremyhfisher
208640/santopuppy
214748/agilar
215253/UnitOneNine
208545/wandola
208639/stevenajackson
208585/vijayijju
208627/nkearman
210208/artona
210930/beyond9
208563/peatfirestudios
209108/muigui
208636/mylilith
215768/gddinteractive
208546/gonzus
214083/ACMETechnologies
213184/edc-it
208638/smathis
211289/nandesukan
208613/allisoncoles
208549/thoughtentity
208533/malgre
208614/KennethSundqvist
208605/jdennhardt
213497/neutroninteractive
216220/Readify
208597/braichu
208604/cpane
210458/nocturnal
208582/joseraffucci
214125/e3c
210018/trivento
208543/lapo
214861/bpelunit
208628/ielashi
208542/foraker
208566/fullscale
216282/xmgstudio
210845/zozi
208610/dtdesign
208586/nadeem1362
208568/emersonmoretto
209254/doctrine
210402/acript
214229/navigo
208557/leroymccabe
214732/usebb
208564/abepark
208560/Rafik
208607/theflyingbrush
211469/ruhmesmeile
208600/thiles
208677/reflex
208632/teamashasv
208574/expate98
208629/devclinton
208603/charliewallin
208609/leehinde
208572/jennysharethis
216300/gameiqinc
210521/ScandinavianDesignGroup
208579/ithamsteri
211477/picneko
214225/opencart
210476/sixits
213336/websdev
210028/microtrain
208565/rorodj
214752/yegrb
214890/BagTheWeb
208641/joeykrim
208541/hoyenko
216588/ssltrust
216891/liquidweb
222445/clipperz
215272/thunderz14enator
219518/atlantacs
221953/sunpinyin
219185/sones
215283/abliss
215281/darkbreton
219185/sones
215283/abliss
215281/darkbreton
215663/admore-factory
215295/paragjoshi
222053/baseblack
215327/molly-xx
223203/singleplatform
221228/telegraph
215270/erdody
223072/ops4j
215359/Jmaharman
215362/mrJohn
215291/ervikaspec
219582/brushingbits
220672/yalemssa
215347/pramodGrit
216755/okn
217990/sunnyconf
220511/richardt
219765/tweetdeck-archive
215368/paazav
218394/mediasilo
215273/hiroimaichi
219359/smallact
215267/rlow92
215302/thanie2001
215285/mahmud05
215341/babp
221184/platzhaltr
220313/retailnext
216680/montrealrb
215339/lemuel
215336/mdesrosiers
215266/jkassemi
215315/tombo333
219337/leaflabs
220095/storyteller
218926/cocoaheadstrier
218537/makeramen
215351/ecolucas
221513/webtatic
215350/Saromus
221409/nytimes
215370/jrstange
218277/unify
220745/ecometrica
218109/guardianproject
217312/wellfire
223362/lmbbox
222692/involved
219783/garmz
215280/anandadip
219126/papercavalier
215314/dongcm82
215334/sakthi3129
220609/netpublicator
215323/zy8zzr
215321/guptarajesh
222759/moonshine
215278/orange244
220869/openparallel
219398/githubhelp
215271/arfizal
215322/yangy71
215298/ninuo
215268/aldifarad
215309/yaro333
218025/embedly
215354/strock
219451/austinphp
215292/michaelkostal
215293/mochixp
215324/sumanthrif
216479/ChuguluGames
215297/elmosi
215265/mikelorant
215361/Solow
220557/mas-group
223096/thefrontside
222668/fusefm
215304/rezponze
215276/dan1
215340/e3401
222294/uberbuilder
215325/claudiou
218382/wearebase
221645/clearedge
221794/vegasjs
215275/webcb
222698/collabbit
215335/htram
221115/hailo
215364/zhattaym
223379/offers
215342/veclinux
223156/blissapps
215290/bostrt
215306/sifrzeroone
219299/seeRead
215329/mollymcarroll
215333/acromiongames
218750/muledesign
215301/helianthuswing
215319/shaunkelly
215310/murphytsai
215274/shahajiraje2000
222748/shomeya
219954/sourcepad
222993/realXtend
216758/mailchimp
215311/mhanda
219161/cocoaheads
217147/osgrid
223090/locomotive
215279/soch
215316/asgar
221285/stadtwerk
215288/offmct
217976/farbenmeer
215318/vthiagu
215307/l1po
216329/ratecity
217377/taringa
218832/extnd
GrantBirki
HerbCSO
apwestgarth
aquasecurity
barnstee
baronfel
carlhoerberg
carlocab
codeforamerica
databricks
dsanchezcr
dschaper
epk
epoz
fiatjaf
fidencio
jdelStrother
ledermann
matmut7
p3lim
pacoguzman
portersrc
shoenig
shoma
srobo
thechangelog
thecristen
trailofbits
transloadit
vertica
zsh-users
zvonkok
IBM
difro
ausaccessfed
bcachet
bertux
concourse
davidB
elmarco
envato
jduimovich
juliushaertl
kehiy
kenchan
kezhenxu94
linuskoester
matt-FFFFFF
nitishkumar71
samj1912

0 comments on commit ec2df00

Please sign in to comment.