Hi Mary,
What you are describing is a Named Anchor. This can reference a section of content within the same page or another external page.
E.g.
To name a point within the content of a page:
<a href="#Section1">I am the start of section one</a>
Or a hidden anchor tag
<a href="#Section1"></a>
To reference that named anchor within the same page you would do the following:
<a href="#Section1">Go to Section One</a>
To reference a named anchor in another page:
<a href="mypage.htm#Section1">Go to Section One</a>
OR
You could use the Glossary tool (it doesn't need to be called a glossary in the template - it's just a label). These items would be automatically linked if you name within your content. You can create a separate FSF database, populate the Glossary (bibliography in your case). Then when ready, import this into any other FSF database you wish.
Cheers,
Matt.