kopia lustrzana https://github.com/harvard-lil/archive.social
Check PDF fix + copy edits
rodzic
f8c0cd67c2
commit
b02efb5435
|
@ -179,6 +179,8 @@
|
||||||
<p>archive.social is an experiment of the <a href="https://lil.law.harvard.edu">Harvard Library Innovation Lab</a>.</p>
|
<p>archive.social is an experiment of the <a href="https://lil.law.harvard.edu">Harvard Library Innovation Lab</a>.</p>
|
||||||
|
|
||||||
<p><a href="https://twitter.com/harvardlil">@harvardlil</a> on Twitter - <a href="https://law.us3.list-manage.com/subscribe?u=4290964398813d739f2398db0&id=e097736c6f">Subscribe to our Newsletter</a>.</p>
|
<p><a href="https://twitter.com/harvardlil">@harvardlil</a> on Twitter - <a href="https://law.us3.list-manage.com/subscribe?u=4290964398813d739f2398db0&id=e097736c6f">Subscribe to our Newsletter</a>.</p>
|
||||||
|
|
||||||
|
<p>contact: <a href="mailto:info@archive.social">info@archive.social</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -77,7 +77,7 @@ export class SuccessLog {
|
||||||
// Save entry
|
// Save entry
|
||||||
const entry = `${new Date().toISOString()}\t${accessKey}\tsha512-${hash}\n`;
|
const entry = `${new Date().toISOString()}\t${accessKey}\tsha512-${hash}\n`;
|
||||||
fs.appendFileSync(SuccessLog.filepath, entry);
|
fs.appendFileSync(SuccessLog.filepath, entry);
|
||||||
this.#hashes[hash] = true;
|
this.#hashes[`sha512-${hash}`] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Ładowanie…
Reference in New Issue